home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / SFPatch / smakefile < prev    next >
Makefile  |  1995-07-11  |  218b  |  21 lines

  1. #
  2. # Makefile for test.c
  3. #
  4.  
  5. OBJS= test.o
  6.  
  7. test: $(OBJS) SCOPTIONS
  8.    sc link to test with <<
  9. $(OBJS)
  10. <
  11.  
  12. test.o: test.c SFPatch.h
  13.  
  14. makedist:
  15.     copy SFPatch.readme RAM:
  16.     Lha -a -r -x u RAM:SFPatch.lha ~(\#?.o|\#?.lnk)
  17.  
  18.  
  19.  
  20.  
  21.